.info_web{
    box-sizing: content-box;
    background-color: antiquewhite;
    width: 80%;
    text-align: justify;
    margin: auto;
    height: 8em;
    border-radius: 20px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    padding: 15px;
    line-height: 1.5em;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 15);
    margin-top: 5%;
}
.head{
    text-align: center;
}
.info_worker{
    box-sizing: content-box;
    background-color: antiquewhite;
    width: 80%;
    height: 10em;
   margin-left: 5%;
    text-align: justify;
    padding: 10px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 1.4em;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 15);
    line-height: 1.5em;
}
.pic_worker{
    border-radius: 50%;
    max-height: 250px;
    margin-left: 10%;
    
}
.info_team{
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}

/* Google Translate widget */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    position: fixed;
    bottom: 25px;
    left: 20px;
    z-index: 1000; 
    color: #000000 !important;
}

.goog-te-gadget .goog-te-combo {
    position: fixed;
    bottom: 45px;
    left: 20px;
    z-index: 1000; 
    background-color: #fd4242 !important;
    color: rgb(255, 255, 255) !important; 
    border: 1px solid #fd4242 !important;
    border-radius: 4px;
    padding: 5px;
}

#google_translate_element .goog-te-gadget-simple {
    background-color: #fd4242 !important;
    border: 1px solid #fd4242 !important;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    color: rgb(0, 0, 0) !important;
}

#google_translate_element .goog-te-gadget-simple:hover {
    background-color: rgb(0, 0, 0) !important;
    color: #fd4242 !important;
}
